ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Data Namespace / ReportParameterInfo<T> Class / ReportParameterInfo<T> Constructor

In This Topic
    ReportParameterInfo<T> Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal label As String, _
       ByVal value As T _
    )
    public ReportParameterInfo<T>( 
       string label,
       T value
    )

    Parameters

    label
    value
    See Also